"Slack like app" shadcn/ui theme

futuristic
high-contrast
neon
vibrant
immersive
bold
experimental
dark-theme
saturated
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: Slack like app views: 6

:root {
  --background: 270 80% 10%;
  --foreground: 120 100% 90%;
  --card: 270 70% 15%;
  --card-foreground: 120 100% 85%;
  --popover: 270 75% 20%;
  --popover-foreground: 120 100% 90%;
  --primary: 300 100% 70%;
  --primary-foreground: 270 80% 10%;
  --secondary: 180 100% 50%;
  --secondary-foreground: 270 80% 10%;
  --muted: 270 60% 25%;
  --muted-foreground: 120 80% 70%;
  --accent: 60 100% 70%;
  --accent-foreground: 270 80% 10%;
  --destructive: 0 100% 70%;
  --destructive-foreground: 270 80% 10%;
  --border: 270 60% 30%;
  --input: 270 60% 30%;
  --ring: 300 100% 70%;
  --radius: 0.75rem;
  --chart-1: 300 100% 70%;
  --chart-2: 180 100% 50%;
  --chart-3: 60 100% 70%;
  --chart-4: 120 100% 70%;
  --chart-5: 0 100% 70%;
}